home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 22 / PCPP #22.iso / games / Win95 / frogdemo / INSC.BAT < prev    next >
Encoding:
DOS Batch File  |  1998-01-19  |  212 b   |  10 lines

  1. @echo off
  2. cls
  3. echo This will Install Frogger 97 to C:\FROGDEMO
  4. echo Press any key to continue or [CTRL] [C] to cancel.
  5. pause > nul
  6. cls
  7. echo Copying files
  8. xcopy *.* /s /e /v c:\frogdemo\ > nul
  9. echo Done.
  10.